fsRenderDeleteTexture
The fsRenderDeleteTexture deletes a texture.
Syntax
int fsRenderDeleteTexture(
FsContext ctx,
int image
)
Members
| Parameters | Description |
|---|---|
ctx |
A value of type FsContext provided as an argument of the gauge callback. |
image |
A handle to the texture to delete, as returned by fsRenderCreateTexture. |
Return Values
This function always returns 0.
Remarks
N/A
See Also